home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
doors_2
/
uspol131.zip
/
SAMPLE.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-13
|
356b
|
19 lines
@echo off
cd\system\userpoll
userpoll c:\system
cd\system
exit
REM Edit this sample batch file to reflect the needs of your system.
REM Enjoy!!! And please support the ShareWare Concept.
REM Use the following variation for WWIV bbs. To include DORINFO.EXE.
@echo off
dorinfo.exe
cd\system\userpoll
userpoll c:\system
cd\system
exit